<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
&lt;head&gt;
    &lt;title&gt;ERROR 404 - Not Found!&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
    &lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&gt;
    &lt;meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /&gt;
    &lt;meta name="robots" content="noindex" /&gt;
    &lt;style type="text/css"&gt;&lt;!--
    body {
        color: #444444;
        background-color: #fafafb;
    }
    a {
    	color:#333333;
        text-decoration:none;
    }
    .error404-con{
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -200px;
        display: block;
        width: 500px;
        height: 400px;
        text-align: center;
    }
    .error404-con .img-bg{
        height: 200px;
        width: 100%;
        display: inline-block;
        background: url('public/errpage/error404.png') no-repeat center center;
    }
    .error404-con .title{
        font-size: 42px;
    }
    .error404-con .title-sub{
        font-size: 16px;
        margin-top: 10px;
    }
    .error404-con .oper-btn{
        margin-top: 20px;
    }
    .error404-con .oper-btn .btn{
        background-color:#e8e8e8 ;
        display: inline-block;
        padding: 10px 30px;
        font-size: 22px;
        border-radius: 50px;
        margin: 0 10px;
    }
    .error404-con .oper-btn .btn.btn2{
        background-color:#ff6662;
        color: #fff;
    }
    @media only screen and (max-width:450px){
        .error404-con{
            width: 300px;
            height: 350px;
            margin-left: -150px;
            margin-top: -175px;
        }
         .error404-con .img-bg{
             background-size: contain;
         }
         .error404-con .title{
             font-size: 30px;
         }
         .error404-con .title-sub{
             font-size: 13px;
         }
         .error404-con .oper-btn .btn{
             padding: 10px 20px;
             font-size: 16px;
             border-radius: 50px;
         }
    }

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class="error404-con"&gt;
        &lt;div class="img-bg"&gt;&lt;/div&gt;
        &lt;div class="title"&gt;å“Žå‘€ï¼æ‰¾ä¸åˆ°é¡µé¢äº†ï¼&lt;/div&gt;
        &lt;div class="title-sub"&gt;ä¸è¦ä¼¤å¿ƒï¼Œå¯èƒ½æ˜¯ç½‘å€é”™äº†å‘¢ï¼Œé‡æ–°æ&nbsp;¸å¯¹ä¸€ä¸‹å§ã€‚&lt;/div&gt;
        &lt;div class="oper-btn"&gt;
            &lt;a class="btn btn1" href="javascript:history.go(-1);"&gt;å›žåˆ°ä¸Šä¸€é¡µ&lt;/a&gt;
            &lt;a class="btn btn2" href="__ROOT_DIR__/"&gt;å›žåˆ°é¦–é¡µ&lt;/a&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>